home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETEPVCP.IN_ / netepvcp.inf
Encoding:
INI File  |  2003-03-24  |  2.1 KB  |  71 lines

  1. ;
  2. ; NETLEPVC.INX
  3. ;
  4. ; ATM EPVC Transport
  5. ;
  6. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  7.  
  8. [Version]
  9. Signature = "$Windows NT$"
  10. Class = NetTrans
  11. ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
  12. Provider = %Msft%
  13. LayoutFile = layout.inf
  14. DriverVer=10/01/2002,5.2.3790.0
  15.  
  16. [Manufacturer]
  17. %Msft% = MSFT
  18.  
  19. [MSFT]
  20. %ATMEPVCP_Desc% = ATMEPVCP.ndi, MS_ATMEPVCP
  21.  
  22. [ATMEPVCP.ndi]
  23. AddReg = ATMEPVCP.ndi.AddReg
  24. Characteristics = 0x00 ;
  25.                                                                                                    
  26.  
  27. ;-----------------------------------------------------------------------
  28. ;  Install parameters
  29. ;
  30.  
  31. [ATMEPVCP.ndi.AddReg]
  32. HKR, Ndi,            ClsID,         0, "{60416955-d060-4c2a-b5ee-de663ce25716}";
  33. HKR, Ndi,            ComponentDll, , atmpvcno.dll
  34. HKR, Ndi,            HelpText,      0,          "%ATMEPVCP_HELP%"
  35. HKR, Ndi,            Service,       0,          "ATMEPVCP"
  36. HKR, Ndi,            CoServices,    0x10000,    "ATMEPVCP"
  37. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  38. HKR, Ndi\Interfaces, LowerRange,    0,          "ndisatm"
  39.  
  40. HKLM,"System\CurrentControlSet\Services\EventLog\System\ATMEPVCP",EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  41. HKLM,"System\CurrentControlSet\Services\EventLog\System\ATMEPVCP",TypesSupported,   0x10001, 7
  42.  
  43. [ATMEPVCP.ndi.Services]
  44. AddService = ATMEPVCP, 0, ATMEPVCP.AddService, ATMEPVCP.AddEventLog
  45.  
  46. [ATMEPVCP.AddService]
  47. DisplayName     = %ATMEPVCP_Desc%
  48. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  49. StartType       = 3 ;SERVICE_DEMAND_START
  50. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  51. ServiceBinary   = %12%\atmepvc.sys
  52. LoadOrderGroup  = PNP_TDI
  53. Description     = %ATMEPVCP_Desc%
  54.  
  55. [ATMEPVCP.AddEventLog]
  56. AddReg = ATMEPVCP.AddEventLog.AddReg
  57.  
  58. [ATMEPVCP.AddEventLog.AddReg]
  59. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  60. HKR, , TypesSupported,   0x10001, 7
  61.  
  62. [ATMEPVCP.ndi.Remove.Services]
  63. DelService = ATMEPVCP
  64.  
  65. [Strings]
  66. Msft = "Microsoft"
  67.  
  68. ATMEPVCP_Desc = "Microsoft Ethernet PVC - RFC2684"
  69. ATMEPVCP_HELP = "Microsoft Ethernet PVC - RFC2684"
  70.  
  71.